Default CONFIG_XEN_PRIVILEGED_GUEST to y for now
authordjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Fri, 23 Sep 2005 00:11:04 +0000 (18:11 -0600)
committerdjm@kirby.fc.hp.com <djm@kirby.fc.hp.com>
Fri, 23 Sep 2005 00:11:04 +0000 (18:11 -0600)
linux-2.6-xen-sparse/arch/ia64/Kconfig

index b0bc8e21c98453b70ba3a00e223624395de7590e..2b98ff884b5ad36d6fba8f8ddd7a72c8050edf6e 100644 (file)
@@ -61,7 +61,7 @@ config ARCH_XEN
 
 config XEN_PRIVILEGED_GUEST
        bool
-       default n
+       default y
        help
          Used in drivers/xen/privcmd.c.  Should go away?